home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / math / nrpas13 / expdev.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1991-04-29  |  86 b   |  5 lines

  1. FUNCTION expdev(VAR idum: integer): real;
  2. BEGIN
  3.    expdev := -ln(ran3(idum))
  4. END;
  5.